default:
	@echo two targets:
	@echo make linux
	@echo make windows
	
linux: RebelsAndLords

windows: Rebels And Lords.exe

RebelsAndLords:
	gcc -O3 -s -Iinclude src/*.c src/enet/*.c -o RebelsAndLords `allegro-config --libs`

Rebels And Lords.exe:
	gcc -O3 -s -DALLEGRO_STATICLINK -Iinclude src/*.c src/enet/*.c -o "Rebels And Lords.exe" -lalleg_s -lws2_32 -ldinput -lkernel32 -lole32 -ldxguid -ldsound -lwinmm -lddraw -mwindows